vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Alias SHA1HashMixerRNG

A SHA-1 based mixing RNG. Alias for HashMixerRNG!(SHA1, 5).

alias SHA1HashMixerRNG = HashMixerRNG!(std.digest.sha.SHA!(512,160).SHA,5);
Authors

Ilya Shipunov

Copyright

© 2013 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.