📄 entropy.h
字号:
// $Archive:: /SafeTP/entropy.h $// $Date: 1999/07/14 13:16:40 $// $Revision: 1.5 $// Description: function that returns some entropy; platform-specific implementation// Copyright 1998, Dan Bonachea and Scott McPeak Terms of use are as specified in license.txt.#ifndef __ENTROPY_H#define __ENTROPY_Hlong getEntropy(); // just return something, e.g., tick counts, mouse position, pid, etc.#endif // __ENTROPY_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -