| 970 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 971 | uint32_t jran = 1234; |
| 972 | void TriSrand( Be::Time seed ) |
| 973 | { |
| 974 | jran = uint32_t( seed ) % 714025; |
| 975 | }; |
| 976 | |
| 977 | void TriSrand( uint32_t seed ) |
| 978 | { |
no outgoing calls
no test coverage detected