# RandomSeed

`import { RandomSeed } from "destack:runtime";`

Deterministic random stream seed.

```ds title="RandomSeed"
export struct RandomSeed {
    bytes: [uint8];
}
```

[language/library/src/runtime/random.ds:10:13](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/random.ds#L10-L13)

## Members

### `bytes: [uint8]`

Seed bytes.
