1--TEST--
2Crypto\Rand::cleanup basic usage.
3--FILE--
4<?php
5Crypto\Rand::cleanup();
6echo "SUCCESS";
7?>
8--EXPECT--
9SUCCESS