On Sunday, 9 June 2024 at 23:31:47 UTC, drug007 wrote:
```d const seed = cast(uint) Clock.currStdTime; ```
Casting like this looks nice. It fits my type of thinking.
Eric P626 via Digitalmars-d-learn Mon, 10 Jun 2024 07:11:52 -0700
On Sunday, 9 June 2024 at 23:31:47 UTC, drug007 wrote:
```d const seed = cast(uint) Clock.currStdTime; ```
Casting like this looks nice. It fits my type of thinking.