Houdini 20.0 Nodes VOP nodes

Non-Deterministic Random VOP node

A non-deterministic random number generator.

This operator will generate the same sequence of random numbers if called in precisely the same order. However, since there is no seed, it is not possible to reproduce the same random number multiple times.

The Mersenne Twister is based off the algorithm which has the following copyright notice: Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.

See also

VOP nodes