# RandomSeed

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

Deterministic random stream seed.

```ds title="RandomSeed"
export type RandomSeed = RandomSeed
```

[language/library/src/random/random.ds:8](https://github.com/destack-sh/destack/blob/main/language/library/src/random/random.ds#L8)
