根据时间产生18位随机数字 请教怎么实现

根据时间产生18位随机数字 请问如何实现
RT

------解决方案--------------------
Random rs = new Random();
rs.Next(18位最小, 18位最大);